From 495c3d9c440b096013912b20b76b0cae91c8fa39 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 27 Feb 2021 20:04:37 -0500 Subject: [PATCH] progressbar: Use markdown for css tree --- gtk/gtkprogressbar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkprogressbar.c b/gtk/gtkprogressbar.c index 53121f32ef..4517a85ba5 100644 --- a/gtk/gtkprogressbar.c +++ b/gtk/gtkprogressbar.c @@ -68,12 +68,12 @@ * * # CSS nodes * - * |[ + * ``` * progressbar[.osd] * ├── [text] * ╰── trough[.empty][.full] * ╰── progress[.pulse] - * ]| + * ``` * * `GtkProgressBar` has a main CSS node with name progressbar and subnodes with * names text and trough, of which the latter has a subnode named progress. The -- 2.30.2